home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / demos / npend / maple / np.f < prev    next >
Text File  |  1999-09-16  |  120b  |  9 lines

  1. c      
  2. c     SUBROUTINE np
  3. c      
  4.       subroutine np(i )
  5.         integer i 
  6.         i  = 10
  7.         return
  8.       end
  9.